
/* ****************************** Formulario ****************************** */
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #fefefe;
}

/*scrollbar*/
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;

}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;

}

::-webkit-scrollbar-thumb
{
  background-color: #999999;
  border-radius: 10px;
}

a:link {
  text-decoration: none;
}

a:focus, button:focus{
  outline: none;
}
/********** Preloader **********/

.overflow-hidden{
    overflow: hidden;
    overflow-x: hidden;
}

.display-none{
    display: none;
}

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#333333cc;
  z-index:99999;
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%;
  top:50%;
  background-image:url(../media/loading.gif);
  background-repeat:no-repeat;
  background-position:center;
  background-size: 50px 50px;
  margin:-100px 0 0 -100px;
}

.pre{
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.green-button {
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    background-color: #eab50b;
    padding: 5px 35px;
}

.third {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

.fifth {
  border-color: #8e44ad;
  border-radius: 0;
  color: #8e44ad;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #fdcb2d;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
.fifth:hover {
  color: #fff;
}
.fifth:hover:after {
  width: 110%;
}

.custome-btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #fdcb2d;
  border-radius: 0.6em;
  color: #fdcb2d;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.custome-btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}
/**/
.banner-index{
  background: url("../images/backgrounds/index.jpg") center no-repeat;
  background-size: cover;
}

.bg1{
  height: 100vh;
  width: 100%;
}

.slide-title{
  font-weight: 400;
  margin-bottom: .5rem;
  font-family: inherit;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #FFFFFF;
}

.slide-subtitle{
  font-weight: 400;
  margin-bottom: .5rem;
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #ffffff;
}


.slide-btn{
  border: 2px solid #ffffff;
  padding: 16px 34px;
  border-radius: 35px;
  background: #fdcb2d;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.slide-btn:hover{
  background-color: #fdcb2dff;
}

.semicircle {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 19px;
  overflow: hidden;
}

.semicircle:after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  border-radius: 35px;
}

.info-section {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 4rem 0;
  position: relative;
}

.info-section::before {
  background-image: url(../images/backgrounds/school-bg.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.02;
}

.section-title{
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #206ba0;
  font-size: 2rem;
}

.section-title span{
  color: crimson;
}

.flex-container{
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.single-service{
  width: calc(25% - 10px);
  margin: 5px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF66;
  transition: 0.5s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}

.why-cards{
  padding: 1rem;
}

.why-cards img{
  max-width: 80px;
  margin: auto;
}

.why-cards h5{
  margin-bottom: 5px;
  margin-top: 10px;
}

.why-cards p{
  margin: 0;
}

.contact-section {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 4rem 0;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1500px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

/* tablet devices (tablet 768px 991px) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* mobile devices (mobile 767px) */
@media only screen and (max-width: 767px) {

}

/* mobile devices (mobile 575px) */
@media only screen and (max-width: 575px) {

}

/* mobile devices (mobile 575px) */
@media only screen and (max-width: 371px) {

}
